home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
napman.swf
/
scripts
/
frame_335
/
DoAction.as
Wrap
Text File
|
2001-11-21
|
925b
|
49 lines
if("1" < timer and timer < "45")
{
tellTarget("/f" add fanta)
{
gotoAndStop(10);
}
if(timer < "7")
{
tellTarget("/suoni")
{
gotoAndStop("stopfda");
play();
}
}
}
else
{
xv = eval("f" add fanta add "vx");
yv = eval("f" add fanta add "vy");
if(xv == "1" and yv == "0")
{
tellTarget("/f" add fanta)
{
gotoAndStop("2" + "4" * eval("/:status"));
}
}
if(xv == "-1" and yv == "0")
{
tellTarget("/f" add fanta)
{
gotoAndStop("1" + "4" * eval("/:status"));
}
}
if(xv == "0" and yv == "1")
{
tellTarget("/f" add fanta)
{
gotoAndStop("3" + "4" * eval("/:status"));
}
}
if(xv == "0" and yv == "-1")
{
tellTarget("/f" add fanta)
{
gotoAndStop("4" + "4" * eval("/:status"));
}
}
}